home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fritz: All Fritz
/
All Fritz.zip
/
All Fritz
/
FILES
/
DEMO_VGA
/
FRSTM1.LZH
/
CHKPOINT.H
< prev
next >
Wrap
C/C++ Source or Header
|
1989-03-26
|
863b
|
28 lines
#ifndef MALDER_H
#define MALDER_H
int
far DrawMandelbrot(long iInit, long jInit, int Iterations, int RequiredRep,
long AspectX, long AspectY, int PointsPerLIne,
int ScreenLines, int OverflowMask, int SigDigits,
int BytesPerLine, int Initx, int Inity, int BitInc,
int OffsetInc, int Mousex, int Mousey,
struct _MALSET far *Malset, char far *ColorLog,
int Buttons, int Direct, int InSetMask, int JuliaFlag,
long Creal, long Cimag);
void
far ATIxorLine(int x, int y, int Increment, int Length, int BPL),
far SetATIPlane(int Plane);
int
far GetATIConfig(void);
struct _COLOR_GUNS {
unsigned char Red, Green, Blue;
};
extern struct _COLOR_GUNS GIFColorTable[256];
#endif